home *** CD-ROM | disk | FTP | other *** search
- #ifndef __AUTOCENTERVIEW__
- #define __AUTOCENTERVIEW__
-
- class TAutoCenterView: public TView
- {
- public:
- virtual pascal void SuperViewChangedFrame(const VRect& oldFrame,
- const VRect& newFrame,
- Boolean invalidate);
- };
-
- #endif